home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / braveheart / data1.cab / Script_Files_(Common) / data / AICastle_sm.txt < prev    next >
Text File  |  1999-05-16  |  1KB  |  52 lines

  1. // Tartan Army Script (C) 1999 Red Lemon Studios Ltd.
  2.  
  3.     BeginStronghold("Small Castle");
  4.     
  5.     Protects(1);
  6.  
  7.     Uses(0, 0, "Corner Bartizan", North);
  8.     Uses(1, 0, "Wall Standard", North);
  9.     Uses(2, 0, "Wall Standard", North);
  10.     Uses(3, 0, "Wall Tower", North);
  11.     Uses(4, 0, "Wall Standard", North);
  12.     Uses(5, 0, "Wall Standard", North);
  13.     Uses(0, 0, "Corner Bartizan", East);
  14.     
  15.     Uses(0, 1, "Wall Standard", West);
  16.     Uses(3, 1, "Strong Shack", South);
  17.     Uses(6, 1, "Wall Standard", East);
  18.     
  19.     Uses(0, 2, "Wall Bartizan", West);
  20.     Uses(6, 2, "Wall Bartizan", East);
  21.     
  22.     Uses(0, 3, "Wall Standard", West);
  23.     Uses(6, 3, "Wall Standard", East);
  24.  
  25.     Uses(0, 4, "Wall Standard", West);
  26.     Uses(6, 4, "Wall Standard", East);
  27.  
  28.     Uses(0, 5, "Wall Bartizan", West);
  29.     Uses(6, 5, "Wall Bartizan", East);
  30.  
  31.     Uses(0, 6, "Wall Standard", West);
  32.     Uses(6, 6, "Wall Standard", East);
  33.     
  34.     Uses(0, 7, "Corner Bartizan", West);
  35.     Uses(1, 7, "Wall Standard", South);
  36.     Uses(2, 7, "Gatehouse Right", South);
  37.     Uses(3, 7, "Gatehouse Centre", South);
  38.     Uses(4, 7, "Gatehouse Left", South);
  39.     Uses(5, 7, "Wall Standard", South);
  40.     Uses(0, 7, "Corner Bartizan", South);
  41.  
  42.     Uses(3, 7, "Gate Wood", South);
  43.     
  44.     NewGroup();
  45.  
  46.     Uses(3, 5, "Keep 2", South);
  47.     NewGroup();
  48.         
  49.     Ring(0,0,6,7);
  50.     
  51. EndStronghold();
  52.